home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / apport / package-hooks / source_alsa-driver.py < prev    next >
Encoding:
Python Source  |  2009-04-08  |  187 b   |  13 lines

  1. '''apport package hook for ALSA packages
  2.  
  3. (c) 2009 Canonical Ltd.
  4. Author:
  5. Matt Zimmerman <mdz@ubuntu.com>
  6.  
  7. '''
  8.  
  9. from apport.hookutils import *
  10.  
  11. def add_info(report):
  12.     attach_alsa(report)
  13.